*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:var(--body-font);

    background:var(--white);

    color:var(--text);

    line-height:1.6;

    overflow-x:hidden;

}

img{

    width:100%;

    display:block;

}

ul{

    list-style:none;

}

a{

    text-decoration:none;

    color:inherit;

}

button{

    cursor:pointer;

    font-family:inherit;

}

input,

textarea,

select{

    font-family:inherit;

}

.container{

    width:92%;

    max-width:1320px;

    margin:0 auto;

}
